projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
92a9515
afcc3ef
)
Auto merge of #1232 - alexcrichton:issue-1231, r=huonw
author
bors
<bors@rust-lang.org>
Thu, 29 Jan 2015 00:56:56 +0000
(
00:56
+0000)
committer
bors
<bors@rust-lang.org>
Thu, 29 Jan 2015 00:56:56 +0000
(
00:56
+0000)
* Break out the error reporting to its own separate function
* Don't pass `Context` by value as it's quite large, instead pass `Box<Context>`
* Don't bother monomorphizing `R: Registry`, instead just take a trait object.
Closes #1231
Trivial merge